This page shows a way to accept file uploadds from strangers without overwriting any existing files of yours or any that were uploaded by other users. All files go into a subfolder named "/uploaded-items/", and the extra form data is saved to a log in the same directory, along with date, time, the name under which the file was saved, etc.. It is suggested you put some security in place on this folder to prevent unauthorized access to it.<P>
The user is given no choice in what the file should be named, but in most cases the file will be saved with the same (or similar) name as it had on the local user's local machine, baring any conflicts with existing files. However, files uploaded with Internet Explorer for Windows will often be named crypticly because of Microsoft's non-compliant browser software.<P>